In probability theory and statistics, the characteristic function of any random variable completely defines its probability distribution. Thus it provides the basis of an alternative route to analytical results compared with working directly with probability density functions or cumulative distribution functions. There are particularly simple results for the characteristic functions of distributions defined by the weighted sums of random variables.
In addition to univariate distributions, characteristic functions can be defined for vector- or matrix-valued random variables, and can even be extended to more generic cases.
The characteristic function always exists when treated as a function of a real-valued argument, unlike the moment-generating function. There are relations between the behavior of the characteristic function of a distribution and properties of the distribution, such as the existence of moments and the existence of a density function.
Contents |
The characteristic function provides an alternative way for describing a random variable. Similarly to the cumulative distribution function
which completely determines behavior and properties of the probability distribution of the random variable X, the characteristic function
also completely determines behavior and properties of the probability distribution of the random variable X. The two approaches are equivalent in the sense that knowledge of one of the functions can always be used in order to find the other one, yet they both provide different insight for understanding the features of our random variable. However, in particular cases, there can be differences in whether these functions can be represented as expressions involving simple standard functions.
If a random variable admits a density function, then the characteristic function is its dual, in the sense that each of them is a Fourier transform of the other. If a random variable has a moment-generating function, then the characteristic function can be extended to the complex domain so that
Note however that the characteristic function of a distribution always exists, even when the probability density function or moment-generating function do not.
The characteristic function approach is particularly useful in analysis of linear combinations of independent random variables. Another important application is to the theory of the decomposability of random variables.
For a scalar random variable X the characteristic function is defined as the expected value of eitX, where i is the imaginary unit, and t∈R is the argument of the characteristic function:
Here FX is the cumulative distribution function of X, and the integral is of the Riemann–Stieltjes kind. If random variable X has a probability density function ƒX, then the characteristic function is its Fourier transform,[2] and the last formula in parentheses is valid.
It should be noted though, that this convention for the constants appearing in the definition of the characteristic function differs from the usual convention for the Fourier transform.[3] For example some authors[4] define φX(t) = Ee−2πitX, which is essentially a change of parameter. Other notation may be encountered in the literature: as the characteristic function for a probability measure p, or as the characteristic function corresponding to a density ƒ.
The notion of characteristic functions generalizes to multivariate random variables and more complicated random elements. The argument of the characteristic function will always belong to the same space where random variable X takes values. For common cases such definitions are listed below:
Here ′ denotes matrix transpose, tr(·) — the matrix trace operator, Re is the real part of a complex number, z denotes complex conjugate, and * is conjugate transpose (that is z* = z′ ).
Distribution | Characteristic function φ(t) |
---|---|
Degenerate δa | |
Binomial B(n, p) | |
Poisson Pois(λ) | |
Uniform U(a, b) | |
Laplace L(μ, b) | |
Normal N(μ, σ2) | |
Chi-square χ2k | |
Cauchy Cauchy(μ, θ) | |
Gamma Γ(k, θ) | |
Exponential Exp(λ) | |
Multivariate normal N(μ, Σ) |
The bijection stated above between probability distributions and characteristic functions is continuous. That is, whenever a sequence of distribution functions {Fj(x)} converges (weakly) to some distribution F(x), the corresponding sequence of characteristic functions {φj(t)} will also converge, and the limit φ(t) will correspond to the characteristic function of law F. More formally, this is stated as
This theorem is frequently used to prove the law of large numbers, and the central limit theorem.
Since there is a one-to-one correspondence between cumulative distribution functions and characteristic functions, it is always possible to find one of these functions if we know the other one. The formula in definition of characteristic function allows us to compute φ when we know the distribution function F (or density f). If, on the other hand, we know the characteristic function φ and want to find the corresponding distribution function, then one of the following inversion theorems can be used.
Theorem. If characteristic function φX is integrable, then FX is absolutely continuous, and therefore X has the probability density function given by
in multivariate case the pdf is understood as the Radon–Nikodym derivative of the distribution μX with respect to the Lebesgue measure λ:
Theorem (Lévy)[10]. If φX is characteristic function of distribution function FX, two points a<b are such that is a continuity set of μX (in univariate case this condition is equivalent to continuity of FX at points a and b), then
Theorem. If a is (possibly) an atom of X (in univariate case this means a point of discontinuity of FX) then
Theorem (Gil-Pelaez).[11] For a univariate random variable X, if x is a continuity point of FX then
Inversion formula for multivariate distributions are available.[12]
It is well-known that any non-decreasing càdlàg function F with limits F(−∞) = 0, F(+∞) = 1 corresponds to a cumulative distribution function of some random variable.
There is also interest in finding similar simple criteria for when a given function φ could be the characteristic function of some random variable. The central result here is Bochner’s theorem, although its usefulness is limited because the main condition of the theorem, non-negative definiteness, is very hard to verify. Other theorems also exist, such as Khinchine’s, Mathias’s, or Cramér’s, although their application is just as difficult. Pólya’s theorem, on the other hand, provides a very simple convexity condition which is sufficient but not necessary. Characteristic functions which satisfy this condition are called Pólya-type.[13]
Pólya’s theorem. If φ is a real-valued continuous function which satisfies the conditions
then φ(t) is the characteristic function of an absolutely continuous symmetric distribution.
Because of the continuity theorem, characteristic functions are used in the most frequently seen proof of the central limit theorem. The main trick involved in making calculations with a characteristic function is recognizing the function as the characteristic function of a particular distribution.
Characteristic functions are particularly useful for dealing with linear functions of independent random variables. For example, if X1, X2, ..., Xn is a sequence of independent (and not necessarily identically distributed) random variables, and
where the ai are constants, then the characteristic function for Sn is given by
In particular, . To see this, write out the definition of characteristic function:
Observe that the independence of and is required to establish the equality of the third and fourth expressions.
Another special case of interest is when and then is the sample mean. In this case, writing for the mean,
Characteristic functions can also be used to find moments of a random variable. Provided that the nth moment exists, characteristic function can be differentiated n times and
For example, suppose has a standard Cauchy distribution. Then . See how this is not differentiable at t = 0, showing that the Cauchy distribution has no expectation. Also see that the characteristic function of the sample mean of independent observations has characteristic function , using the result from the previous section. This is the characteristic function of the standard Cauchy distribution: thus, the sample mean has the same distribution as the population itself.
The logarithm of a characteristic function is a cumulant generating function, which is useful for finding cumulants; note that some instead define the cumulant generating function as the logarithm of the moment-generating function, and call the logarithm of the characteristic function the second cumulant generating function.
Characteristic functions can be used as part of procedures for fitting probability distributions to samples of data. Cases where this provides a practicable option compared to other possibilities include fitting the stable distribution since closed form expressions for the density are not available which makes implementation of maximum likelihood estimation difficult. Estimation procedures are available which match the theoretical characteristic function to the empirical characteristic function, calculated from the data. Paulson et al. (1975) and Heathcote (1977) provide some theoretical background for such an estimation procedure. In addition, Yu (2004) describes applications of empirical characteristic functions to fit time series models where likelihood procedures are impractical.
The Gamma distribution with scale parameter θ and a shape parameter k has the characteristic function
Now suppose that we have
with X and Y independent from each other, and we wish to know what the distribution of X + Y is. The characteristic functions are
which by independence and the basic properties of characteristic function leads to
This is the characteristic function of the gamma distribution scale parameter θ and shape parameter k1 + k2, and we therefore conclude
The result can be expanded to n independent gamma distributed random variables with the same scale parameter and we get
As defined above, the argument of the characteristic function is treated as a real number: however, certain aspects of the theory of characteristic functions are advanced by extending the definition into the complex plane by analytical continuation, in cases where this is possible.[14]
Related concepts include the moment-generating function and the probability-generating function. The characteristic function exists for all probability distributions. However this is not the case for moment generating function.
The characteristic function is closely related to the Fourier transform: the characteristic function of a probability density function is the complex conjugate of the continuous Fourier transform of (according to the usual convention; see continuous Fourier transform – alternative forms).
where P(t) denotes the continuous Fourier transform of the probability density function p(x). Likewise, may be recovered from through the inverse Fourier transform:
Indeed, even when the random variable does not have a density, the characteristic function may be seen as the Fourier transform of the measure corresponding to the random variable.
|